object frmSettings: TfrmSettings Left = 432 Top = 386 BorderStyle = bsDialog Caption = 'Settings' ClientHeight = 376 ClientWidth = 410 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 64 Width = 37 Height = 13 Caption = 'Refresh' end object Label2: TLabel Left = 96 Top = 80 Width = 42 Height = 13 Caption = 'Seconds' end object Label3: TLabel Left = 176 Top = 64 Width = 93 Height = 13 Caption = 'Free space warning' end object Label4: TLabel Left = 254 Top = 84 Width = 8 Height = 13 Caption = '%' end object SpeedButton1: TSpeedButton Left = 304 Top = 120 Width = 97 Height = 33 Caption = 'Create Shortcut' end object CheckBox1: TCheckBox Left = 24 Top = 24 Width = 97 Height = 17 Caption = 'Stay on top' Checked = True State = cbChecked TabOrder = 0 end object CheckBox2: TCheckBox Left = 136 Top = 24 Width = 121 Height = 17 Caption = 'Show in Start bar' TabOrder = 1 end object Edit1: TEdit Left = 24 Top = 80 Width = 49 Height = 21 TabOrder = 2 Text = '20' end object UpDown1: TUpDown Left = 73 Top = 80 Width = 15 Height = 21 Associate = Edit1 Min = 0 Position = 20 TabOrder = 3 Wrap = False end object Edit2: TEdit Left = 176 Top = 80 Width = 57 Height = 21 TabOrder = 4 Text = '5' end object UpDown2: TUpDown Left = 233 Top = 80 Width = 15 Height = 21 Associate = Edit2 Min = 0 Position = 5 TabOrder = 5 Wrap = False end object ListView1: TListView Left = 24 Top = 120 Width = 265 Height = 193 Checkboxes = True Columns = < item Caption = 'Column' Width = 150 end item Caption = 'Visibility' Width = 100 end> Items.Data = { 210100000A0000000000000001000000FFFFFFFF0000000000000000054C6162 656C0000000001000000FFFFFFFF000000000000000004547970650000000001 000000FFFFFFFF00000000000000000453697A650000000001000000FFFFFFFF 000000000000000004557365640000000001000000FFFFFFFF00000000000000 0009417661696C61626C650000000001000000FFFFFFFF000000000000000006 466F726D61740000000001000000FFFFFFFF00000000000000000D5365726961 6C204E756D6265720000000001000000FFFFFFFF000000000000000006252046 7265650000000001000000FFFFFFFF00000000000000000A5669736962696C69 74790000000000000000FFFFFFFF00000000000000000A427974657320467265 65} TabOrder = 6 ViewStyle = vsReport end object BitBtn1: TBitBtn Left = 216 Top = 344 Width = 75 Height = 25 TabOrder = 7 Kind = bkOK end object BitBtn2: TBitBtn Left = 136 Top = 344 Width = 75 Height = 25 TabOrder = 8 Kind = bkCancel end end